home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / e.contol key < prev    next >
Encoding:
Text File  |  2004-01-01  |  285 b   |  16 lines

  1. u                            PRINT THIS
  2.  
  3.           CONTROL KEY SENSE
  4.           -----------------
  5.  
  6.  PEEK(653) -
  7.   If 1 then SHIFT key is depressed
  8.   If 2 then CMDR key
  9.   If 4 then CTRL
  10.  
  11.  NOTE: values of 653 are additive.  If
  12.  PEEK(653) = 7 then SHIFT, CMDR and
  13.  CTRL are depressed.
  14.  
  15.  
  16.  
  17.